pMember.text = "The Load Game Feature is disabled in this demo version. Use the Last Call Online link on the main menu to purchase the release version from our web site."
else
if count(pGameList) = 0 then
pMember.text = "No Saved Games Found"
else
repeat with X = 1 to count(pGameList)
this = pGameList[X]
levelDisplay = this[#level]
if this[#mode] = #bonus then
levelDisplay = levelDisplay & "B"
end if
put this[#playerName] & TAB & levelDisplay & TAB & "$" && float(this[#tips]) & RETURN after oldTabs
end repeat
delete char -30000 of temp
pMember.text = temp
end if
end if
pMember.Tabs = oldTabs
end
on endSprite me
end
on mouseDown me
if gDemoVersion then
alertBeep()
exit
end if
if count(pGameList) then
pMember.color = white()
lineNum = PointToLine(pSpr, the mouseLoc)
if lineNum < 1 then
pLastLine = 0
exit
end if
if lineNum = pLastLine then
pLastLine = 0
else
pMember.line[lineNum].color = red()
pLastLine = lineNum
end if
end if
end
on retrieveGame me
global gRetrievedGame, gNameChosen, gInText, gLastSavedGameName